JavaScript

A5.PanelLayoutexpandFlow Method

Syntax

A5.PanelLayout.expandFlow([expandAll[,animation]])

Arguments

expandAllboolean

Whether or not to expand all panels, or just to expand to the next collapsed panel (if A5.PanelLayout.collapseFlow was called multiple times). The default value is false.

animationboolean

Whether or not to animate the panel layout transition. The default value is true.

Description

Activate a child panel of the layout.

Example

// assume pObj is a pointer to a panel class
pObj.expandFlow(true); // expand all collaped panels